POST api/[Delivery_CallCenter_To_ZpidiController]/Find
Request Information
URI Parameters
None.
Body Parameters
RequestSPTP1| Name | Description | Type | Additional information |
|---|---|---|---|
| id_orden | integer |
None. |
|
| lat | string |
None. |
|
| lon | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id_orden": 1,
"lat": "sample string 2",
"lon": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.